

/*左边客服窗*/

.floatBox-bar {

	width: 209px;

	height: 262px;

	padding-top: 122px;

    position: fixed;

    z-index: 99;

    right: 2%;

    top: 30%;

	color: #fff;

	background: url(../images/floatBox-bg.png) no-repeat;

}

.floatBox-bar p{

	text-align: center;

	line-height: 14px;

}

.floatBox-bar p:nth-of-type(2),

.floatBox-bar p:nth-of-type(4){

	height: 3px;

	line-height: 3px;

	margin: 2px 0 4px;

}

.floatBox-bar p:nth-of-type(4){

	margin: 3px 0 7px;

}

.floatBox-bar p:nth-of-type(3){

	line-height: 17px;

}

.floatBox-bar ul{

	padding:5px 0 0 38px;

}

.floatBox-bar ul li{

	margin-top: 10px;

}

.floatBox-bar ul li input[type="text"]{

	width: 116px;

	height: 30px;

	padding-left: 10px;

	background: #fff;

	border-radius:5px;

	font-size: 14px;

	color: #333;

}

.floatBox-bar ul li input::-webkit-input-placeholder {

	color: #666;

}

.floatBox-bar ul li input:-ms-input-placeholder { // IE10+

	color: #666;

}

.floatBox-bar ul li input:-moz-placeholder { // Firefox4-18

	color: #666;

}

.floatBox-bar ul li input::-moz-placeholder { // Firefox19+

	color: #666;

}

.floatBox-bar ul li input[type="button"],

.floatBox-bar ul li input[type="submit"]{

	width: 126px;

	height: 30px;

	font-size: 16px;

	font-weight: bold;

	color: #fff;

	background: #d83d3d;

	border-radius:5px; 

}

.floatBox-bar a {

	display: block;

	cursor: pointer;

	text-align: center;

	width: 100%;

	height: 10px;

	padding-top: 16px;

}



/* news list */

#current-position{

	height: 60px;

	line-height: 60px;

}

#current-position a{

	color: #888;

	padding: 0 5px;

}

#current-position a:hover{

	color: #2c3a7f;

}



/*page*/

ul.proPage{

	padding:60px 0 80px;

}

ul.proPage li{

	display:inline-block;

	height:31px;

	line-height:31px;

	width:28px;

	border:1px solid #ddd;

}

ul.proPage li{

	display:inline-block;

	height:31px;

	line-height:31px;

	width:36px;

	border:1px solid #ddd;

	margin-right:7px;

}
ul.proPage li:last-child{

	width:80px;

}
ul.proPage li.prve,

ul.proPage li.next,

ul.proPage li.prve a,

ul.proPage li.next a{

	width:75px;

}

ul.proPage li.nums{

	border:none;

}

ul.proPage li a{

	display:block;

	height:31px;

	width:36px;

}

ul.proPage li a:hover,

ul.proPage li a.active{

	background:#2c3a7f;

	color:#fff;

	font-weight:bold;

}




/* tan chuang */
.reveal-modal-bg{
	position:fixed;
	height:100%;
	width:100%;
	background:#000;
	z-index:100;
	display:none;
	top:0;
	left:0;
}
.reveal-modal{
	visibility:hidden;
	top:50%;
	left:50%;
	margin:-248px 0 0 -353px;
	width:707px;
	height:496px;
	background:url(../images/modal-gloss.png) no-repeat;
	position: absolute;
	z-index:101;
}
.reveal-modal h2{
	text-align: center;
	color: #666;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	padding: 145px 0 10px;
}	
.reveal-modal h3{
	text-align: center;
	color: #666;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}	
.reveal-modal h3 img{
	padding: 0 9px 3px;
	vertical-align: middle;
}
.reveal-modal ul{
	padding:7px 0 0 123px;
}
.reveal-modal ul li{
	margin-top:14px;
}
.reveal-modal ul li input[type="text"]{
	border:1px solid #e5d6c5;
	background:#fff;
	width:439px;
	height:58px;
	font-size: 20px;
	color: #f3652f;
	padding-left: 20px;
	line-height:58px;
}
.reveal-modal ul li input[type="button"],
.reveal-modal ul li input[type="submit"]{
	width:227px;
	height:57px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-left: 117px;
	line-height: 57px;
	border: none;
	text-align:center;
	border-radius: 50px;
	text-shadow: 1px 3px 0 rgba(99,23,1,.34);
	background:linear-gradient(to top, 0% #f1582a, 100% #fbca52);
	background:-ms-linear-gradient(to top, 0% #f1582a, 100% #fbca52);
	background:-moz-linear-gradient(to top, 0% #f1582a, 100% #fbca52);
	background:-o-linear-gradient(to top, 0% #f1582a, 100% #fbca52);
	background:-webkit-linear-gradient(to top, 0% #f1582a, 100% #fbca52);
	background:-webkit-gradient(linear,left bottom, left top, color-stop(0%, #f1582a), color-stop(100%, #fbca52));
	box-shadow: 0 5px 0 #ad072b,0 10px 5px rgba(167,71,7,.47);
}
.reveal-modal .close-reveal-modal {
	position:absolute;
	top:-16px;
	right:-17px;
	cursor:pointer;
}
.reveal-modal ul li input::-webkit-input-placeholder {
	color: #888;
}
.reveal-modal ul li input:-ms-input-placeholder { // IE10+
	color: #888;
}
.reveal-modal ul li input:-moz-placeholder { // Firefox4-18
	color: #888;
}
.reveal-modal ul li input::-moz-placeholder { // Firefox19+
	color: #888;
}






/* 新添加的全局css */

.main{

	width:1200px;

	margin:0 auto;

}